asByteArray

fun ArrayBuffer.asByteArray(byteOffset: Int = 0, length: Int = this.byteLength): ByteArray
fun Int8Array.asByteArray(): ByteArray
fun Uint8Array.asByteArray(): ByteArray

Non-copying conversion to a Kotlin ByteArray.